[ACM] Support for removing / replacing a policy
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 6 Aug 2007 09:11:25 +0000 (10:11 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 6 Aug 2007 09:11:25 +0000 (10:11 +0100)
commit883ff6165736e4ac0511245fd76f1645d10bdde4
tree74bdba9cdfb57a1dc12186a135d600910d5a3b7e
parentb163ba1607b51ff361dc7c61e15bbd7277dcb359
[ACM] Support for removing / replacing a policy

Add support for removing/replacing a policy from the running
system. This operation is only successful if currently running VMs
would also be allowed to run under the new policy. Removing the
current policy means that the default policy is installed, which then
only has support for a single VM label and STE type (SystemManagement)
and is the same policy that the system starts up with when no policy
is chosen.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/python/xen/util/acmpolicy.py
tools/python/xen/util/security.py
tools/python/xen/xm/activatepolicy.py
tools/python/xen/xm/resources.py
tools/python/xen/xm/setpolicy.py
tools/security/Makefile